org.neo4j.kernel
Class OrderedByTypeExpander
java.lang.Object
org.neo4j.kernel.StandardExpander
org.neo4j.kernel.OrderedByTypeExpander
- All Implemented Interfaces:
- Expander, RelationshipExpander
public final class OrderedByTypeExpander
- extends StandardExpander
OrderedByTypeExpander
public OrderedByTypeExpander()
add
public StandardExpander add(RelationshipType type,
Direction direction)
- Specified by:
add in interface Expander- Specified by:
add in class StandardExpander
remove
public StandardExpander remove(RelationshipType type)
- Specified by:
remove in interface Expander- Specified by:
remove in class StandardExpander
reversed
public StandardExpander reversed()
- Description copied from interface:
RelationshipExpander
- Returns a new instances with the exact same
RelationshipTypes,
but with all directions reversed (DirectionRelationshipExpander.reversed().
- Specified by:
reversed in interface Expander- Specified by:
reversed in interface RelationshipExpander- Specified by:
reversed in class StandardExpander
- Returns:
- a
RelationshipExpander with the same types, but with
reversed directions.
Copyright © 2010 Neo4j. All Rights Reserved.